home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Dev_Tools
/
CB
/
Terminator.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-26
|
289 b
|
15 lines
#import <objc/Object.h>
#import "Glyph.h"
@interface Terminator: Object
{
}
+ new ;
- doesNotRecognize: (SEL)aSelector ;
- enlist: (Glyph *) aGlyt ;
-hitTest: (NXPoint *) aPnt ;
- (char *) iam ;
- (BOOL) isTerminator ;
- (BOOL) precedes: (Glyph *) aGlyph ;
- test: (int) anInt ;
@end